/ Assembly List / LJCDataAccessConfig / DataConfig / GetProviderName

Namespace - LJCDataAccessConfig


Returns

The provider name.

Syntax

C#
public String GetProviderName()

Retrieves the provider name value.

Example

C#
// See the DataConfig setup code on the DataConfig class page.

// Retrieves the provider name value.
private static void GetProviderName2(DataConfig dataConfig)
{
  var providerName = dataConfig.GetProviderName();
}

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.